.banner{
	position: relative;
}
.banner .swiper-slide .pic img{
	display: block;
	width: 100%;
}
.banner .swiper-pagination{
	bottom: 60px;
}
.banner .swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #FFFFFF;
	border-radius: 50%;
	opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
	background: linear-gradient(150deg, #2DBEFE, #2FBE6E);
}
.banner .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
	color: #fff;
	width: 60px;
	height: 60px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	line-height: 58px;
	text-align: center;
	transition: all .4s;
}
.banner .btn:hover{
	border-color: #2FBE6E;
	background-color: #2FBE6E;
}
.banner .btn .iconfont{
	font-size: 20px;
}
.banner .btn.btn-prev{
	left: 40px;
}
.banner .btn.btn-next{
	right: 40px;
}
.box1{
	padding: 74px 0 120px;
}
.box1 .box-t{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box1 .box-c{
	margin-top: 49px;
	display: flex;
	justify-content: space-between;
}
.box1 .box-c .l{
	width: 42.14%;
}
.box1 .box-c .r{
	width: 56.42%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.box1 .box-c .r-b{
	display: flex;
	justify-content: space-between;
}
.box1 .box-c .r-b .boxContainer{
	width: 48.73%;
}
.box1 .box-c .boxContainer{
	position: relative;
}
.box1 .box-c .boxContainer .text-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
	padding: 70px 50px;
}
.box1 .box-c .boxContainer .text-box .text-title{
	font-size: 30px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.box1 .box-c .boxContainer .text-box .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 26px;
	margin-top: 18px;
}
.box1 .box-c .r-b .boxContainer .text-box{
	padding-top: 50px;
}
.box1 .box-c .r-b .boxContainer .text-box .text-title{
	font-size: 26px;
}
.box2{
	padding-top: 107px;
	background-image: url(../img/index-box2-bg.jpg);
	background-size: cover;
}
.box2 .index-title .zh,
.box2 .index-title .en{
	color: #fff;
}
.box2 .index-title .zh .bullet{
	border: 3px solid #fff;
	background: transparent;
}
.box2 .index-title .zh .bullet::before{
	display: none;
}
.box2 .box-t{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box2 .box-t-l{
	width: 50%;
}
.box2 .box-t-l .des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #FFFFFF;
	line-height: 2.25;
	margin-top: 38px;
}
.box2 .box-t-l .commonMore{
	margin-top: 50px;
	color: #fff;
}
.box2 .box-t-l .commonMore:hover{
	border-color: transparent
}
.box2 .box-t-r{
	position: relative;
	max-width: 48%;
}
.box2 .box-t-r #map{
	position: relative;
}
.box2 .box-t-r .map{
	display: block;
	max-width: 100%;
}
.box2 .box-t-r .address{
	position: absolute;
	width: 3.55%;
	right: 24.74%;
	bottom: 13.93%;
	display: block;
	z-index: 2;
}
.box2 .box-t-r .address img{
	display: block;
	width: 100%;
}
.box2 .box-t-r .address::before,
.box2 .box-t-r .address::after{
	position: absolute;
	content: "";
	width: 614%;
	height: 444%;
	left: 0%;
	transform: translateX(-50%);
	bottom: 0;
	border-radius: 50%;
	background-color: rgba(47, 190, 110, 1);
	opacity: .25;
	animation: scale 3s infinite;
	transform-origin: bottom center;
}
.box2 .box-t-r .address::after{
	opacity: .2;
	animation: scale1 5s -1.5s infinite;
}
@keyframes scale{
	0%{
		transform: translateX(-50%)scale(.3);
	}
	100%{
		transform: translateX(-50%)scale(1);
	}
}
@keyframes scale1{
	0%{
		transform: translateX(-50%)scale(.6);
	}
	100%{
		transform: translateX(-50%)scale(1.5);
	}
}
.box2 .box-b{
	position: relative;
	margin-top: 110px;
}
.box2 .box-b::before,
.box2 .box-b::after{
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 1px;
	background-color: rgba(255, 255, 255, .2);
}
.box2 .box-b::before{
	top: 0;
}
.box2 .box-b::after{
	bottom: 0;
}
.box2 .box-b .list{
	display: flex;
	justify-content: space-between;
}
.box2 .box-b .list li{
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 35px;
	border-right: 1px solid rgba(255, 255, 255, .2);
}
.box2 .box-b .list li:first-child{
	border-left: 1px solid rgba(255, 255, 255, .2);
}
.box2 .box-b .list li:hover{
	background: linear-gradient(150deg, #2DBEFE, #2FBE6E);
}
.box2 .box-b .list li .number{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.box2 .box-b .list li .number .counter{
	font-size: 36px;
	font-family: Rany;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	margin-right: 8px;
	display: inline-flex;
	justify-content: flex-start;
}
.box2 .box-b .list li .text{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 16px;
}
.box2 .box-b .list li .li-r .iconfont{
	font-size: 56px;
	color: #fff;
}
.box3{
	padding-top: 80px;
	background-color: rgba(248, 248, 248, 1);
}
.box3 .box-t{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box3 .box-c{
	margin-top: 60px;
}
.box3 .box-c .items{
	display: none;
}
.box3 .box-c .items.active{
	display: block;
	animation: fadeInUpSmall 1s forwards;
}
.box3 .box-c .item{
	display: flex;
	justify-content: space-between;
}
.box3 .box-c .item-l{
	width: 50%;
}
.box3 .box-c .item-l .swiper-pagination{
	bottom: 30px;
	padding: 0 46px;
	text-align: right;
}
.box3 .box-c .item-l .swiper-pagination-bullet{
	width: 24px;
	height: 5px;
	background: #FFFFFF;
	opacity: 0.5;
	border-radius: 3px;
	cursor: pointer;
	margin: 0 4px;
}
.box3 .box-c .item-l .swiper-pagination-bullet-active{
	opacity: 1;
}
.box3 .box-c .item-r{
	width: 860px;
	max-width: 47%;
}
.box3 .box-c .item-r-t .swiper-slide{
	position: relative;
	width: 336px;
	cursor: pointer;
}
.box3 .box-c .item-r-t .swiper-slide.swiper-slide-thumb-active::before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	border: 4px solid;
	border-image: linear-gradient(0deg, #2DBEFE, #2FBE6E) 10 10;
	box-sizing: border-box;
	z-index: 2;
	/* background: linear-gradient(0deg, #2DBEFE 0%, #2FBE6E 100%); */
}
.box3 .box-c .item-r-t .swiper-slide:not(:last-child){
	margin-right: 4.65%;
}
.box3 .box-c .item-r-t .swiper-slide .text-box{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.4;
	padding: 25px 30px;
}
.box3 .box-c .item-r-b{
	margin-top: 90px;
	width: 600px;
	max-width: 100%;
}
.box3 .box-c .item-r-b .text-title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box3 .box-c .item-r-b .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1.875;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box3 .box-c .item-r-b .more{
	display: block;
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background: linear-gradient(150deg, #2DBEFE, #2FBE6E);
	border-radius: 50%;
	color: #fff;
	margin-top: 33px;
}
.box3 .box-c .item-r-b .more .iconfont{
	font-size: 22px;
}
.box3 .box-b{
	position: relative;
	margin-top: -16px;
}
.box3 .box-b::before{
	position: absolute;
	content: "";
	left: 0;
	top: 16px;
	width: 100%;
	height: calc(100% - 32px);
	background-color: #fff;
	box-shadow: 3px 3px 10px 0px rgba(121,121,121,0.1);
}
.box3 .box-b .swiper-slide{
	position: relative;
	height: 233px;
	width: 16.66%;
}
.box3 .box-b .swiper-slide.active{
	background: linear-gradient(150deg, #2DBEFE, #2FBE6E);
}
.box3 .box-b .swiper-slide a{
	display: flex;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
	color: rgba(51, 51, 51, 1);
	padding-top: 64px;
}
.box3 .box-b .swiper-slide.active a{
	color: #fff;
}
.box3 .box-b .swiper-slide a .icon .iconfont{
	font-size: 50px;
}
.box3 .box-b .swiper-slide a .text{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 1;
	margin-top: 16px;
}
.box3 .box-b .swiper-slide .number{
	position: absolute;
	font-size: 100px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	opacity: .15;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 62px;
	overflow: hidden;
	text-align: center;
}
.box4{
	padding: 120px 0;
}
.box4 .box-t{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box4 .box-c{
	margin-top: 50px;
}
.box4 .box-c .list{
	display: flex;
	justify-content: space-between;
}
.box4 .box-c .list li{
	position: relative;
	width: 27.14%;
	transition: all .6s;
}
.box4 .box-c .list li.active{
	width: 42.85%
}
.box4 .box-c .list li .pic img{
	width: auto;
	min-width: 100%;
	height: 400px;
}
.box4 .box-c .list li .li-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 80px 60px 60px;
}
.box4 .box-c .list li .text-title{
	font-size: 24px;
	font-family: HarmonyOS Sans SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
}
.box4 .box-c .list li .text-des{
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.875;
	margin-top: 10px;
	opacity: 0;
	transition: all .6s;
}
.box4 .box-c .list li.active .text-des{
	opacity: 1;
}
.box4 .box-c .list li .li-box-b{
	width: 52px;
	height: 52px;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.box4 .box-c .list li .li-box-b .iconfont{
	font-size: 20px;
	transform: rotate(45deg);
	transition: all .6s;
}
.box4 .box-c .list li:hover .li-box-b{
	border: none;
	background: linear-gradient(150deg, #2DBEFE, #2FBE6E);
}
.box4 .box-c .list li:hover .li-box-b .iconfont{
	transform: rotate(0);
}
.box5{
	padding: 80px 0 0;
	background-image: url(../img/index-box5-bg.jpg);
	background-size: cover;
}
.box5 .box-t{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box5 .box-c{
	position: relative;
	margin-top: 60px;
	border-top: 1px solid rgba(47, 190, 110, 1);
}
.box5 .box-c .btns{
	position: absolute;
	left: 50px;
	top: 0;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	background: #2FBE6E;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	color: #fff;
}
.box5 .box-c .btns .btn{
	color: #fff;
	cursor: pointer;
}
.box5 .box-c .swiper{
	padding-bottom: 98px;
}
.box5 .box-c .swiper-slide{
	height: auto;
	background-color: #fff;
	width: 33.33%;
}
.box5 .box-c .swiper-slide:hover{
	box-shadow: 0px 15px 15px 0px rgba(0,144,215,0.15);
}
.box5 .box-c .swiper-slide a{
	display: block;
	padding: 70px 49px 49px;
}
.box5 .box-c .swiper-slide .time{
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	opacity: 0;
	transition: all .6s;
}
.box5 .box-c .swiper-slide:hover .time{
	opacity: 1;
}
.box5 .box-c .swiper-slide .time .date{
	font-size: 32px;
	font-family: Arial;
	font-weight: bold;
	color: #666666;
	line-height: 1;
}
.box5 .box-c .swiper-slide .text-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 46px;
}
.box5 .box-c .swiper-slide:hover .text-title{
	color: rgba(47, 190, 110, 1);
}
.box5 .box-c .swiper-slide .text-des{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
	line-height: 24px;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box5 .box-c .swiper-slide .pic{
	margin-top: 25px;
}
.box5 .box-c .swiper-slide .pic img{
	display: block;
	width: 100%;
}
.box5 .box-c .swiper-slide .more{
	margin-top: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border: 2px solid #BFBFBF;
	border-radius: 50%;
	color: RGBA(102, 102, 102, 1);
}
.box5 .box-c .swiper-slide:hover .more{
	background: linear-gradient(-30deg, #2DBEFE, #2FBE6E);
	border: none;
	color: #fff;
}
.box5 .box-c .swiper-slide:hover .more .iconfont{
	transform: rotate(45deg);
}
.box5 .box-c .swiper-slide .more .iconfont{
	transform: rotate(0deg);
	font-size: 20px;
	transition: transform .6s
}
@media (max-width:1750px) {
	.box3 .box-c .item-r-b{
		margin-top: 30px;
	}
	.box3 .box-c .item-r-b .more{
		margin-top: 20px;
	}
}
@media (max-width:1600px) {
	.box3 .box-c .item-r-t .swiper-slide .text-box{
		font-size: 20px;
		padding: 20px;
	}
	.box3 .box-c .item-r-t .swiper-slide{
		width: 280px;
	}
}
@media (max-width:1440px) {
	.box3 .box-c .item-r-t .swiper-slide{
		width: 250px;
	}
	.box3 .box-c .item-r-t .swiper-slide .text-box{
		font-size: 18px;
		padding: 15px 20px;
	}
	.box3 .box-c .item-r-b .text-title{
		font-size: 20px;
	}
	.box3 .box-c .item-r-b .text-des{
		margin-top: 10px;
	}
	.box3 .box-c .item-r-b .more{
		margin-top: 10px;
	}
	.box3 .box-b .swiper-slide{
		height: 180px;
	}
	.box3 .box-b .swiper-slide a{
		padding-top: 44px;
	}
	.box3 .box-b .swiper-slide a .icon .iconfont{
		font-size: 40px;
	}
	.box3 .box-b .swiper-slide .number{
		font-size: 60px;
		height: 40px;
	}
	.box3 .box-c .item-l{
		width: 51%;
	}
}
@media (max-width: 1280px) {
	.box5 .box-c .swiper-slide .time .date{
		font-size: 26px;
	}
	.box5 .box-c .swiper-slide a{
		padding: 40px 30px;
	}
	.box5 .box-c .swiper-slide .text-title{
		margin-top: 10px;
	}
	.box5 .box-c .swiper-slide .more{
		margin-top: 30px;
	}
	.box3 .box-c .item-r-b .more{
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
	.box3 .box-c .item-r-t .swiper-slide{
		width: 230px;
	}
	.box3 .box-c .item-r-t .swiper-slide:not(:last-child){
		margin-right: 3%;
	}
	.banner .btn{
		width: 40px;
		height: 40px;
		line-height: 38px;
	}
	.banner .swiper-pagination{
		bottom: 20px;
	}
	.box1 .box-c .boxContainer .text-box{
		padding: 40px;
	}
	.box1 .box-c .boxContainer .text-box .text-title{
		font-size: 24px;
	}
	.box1 .box-c .boxContainer .text-box .text-des{
		margin-top: 10px;
	}
	.box1 .box-c .r-b .boxContainer .text-box{
		padding-top: 30px;
	}
	.box1 .box-c .r-b .boxContainer .text-box .text-title{
		font-size: 22px;
	}
	.box2 .box-b .list li .number .counter{
		font-size: 26px;
	}
	.box2 .box-b .list li .li-r .iconfont{
		font-size: 40px;
	}
	.box2 .box-b .list li .text{
		margin-top: 10px;
	}
	.box2 .box-b .list li{
		padding: 25px;
	}
	.box4 .box-c .list li .li-box{
		padding: 40px;
	}
}
@media (max-width:1199px) {
	.box3 .box-b{
		margin-top: 20px;
	}
}
@media (max-width:1024px) {
	.box5 .box-c .swiper-slide{
		width: 50%;
	}
	.box5 .box-c .swiper-slide .time{
		opacity: 1;
	}
	.box4 .box-c .list li .pic img{
		height: 340px;
	}
	.box4 .box-c .list li .li-box-b,
	.box5 .box-c .swiper-slide .more{
		width: 45px;
		height: 45px;
		line-height: 43px;
	}
	.box4 .box-c .list li .li-box{
		padding: 30px 20px;
	}
	.box4 .box-c .list li .text-des{
		opacity: 1;
		line-height: 1.5;
	}
	.box4 .box-c .list li.active,
	.box4 .box-c .list li{
		width: 32%;
	}
	.box4 .box-c .list li .text-title{
		font-size: 22px;
	}
	.box3 .box-c .item-l{
		width: 100%;
	}
	.box3 .box-c .item-r{
		width: 100%;
		margin-top: 25px;
		max-width: 100%;
	}
	.box3 .box-b .swiper-slide a .text{
		font-size: 16px;
	}
	.box3 .box-b .swiper-slide{
		height: auto;
		width: auto;
	}
	.box3 .box-b .swiper-slide .number{
		font-size: 40px;
		height: 23px;
	}
	.box3 .box-b .swiper-slide a .icon .iconfont{
		font-size: 30px;
	}
	.box3 .box-b .swiper-slide a .text{
		margin-top: 10px;
	}
	.box3 .box-b .swiper-slide a{
		padding: 30px 20px 30px;
	}
	.box3 .box-c .item{
		flex-direction: column;
		padding: 0 3%;
	}
	.box1 .box-c .boxContainer .text-box{
		padding: 30px;
	}
	.box1 .box-c .boxContainer .text-box .text-title{
		font-size: 20px;
	}
	.box1 .box-c .boxContainer .text-box .text-des{
		font-size: 14px;
		line-height: 1.6;
	}
	.box1 .box-c .r-b .boxContainer .text-box{
		padding-top: 20px;
	}
	.box1 .box-c .r-b .boxContainer .text-box .text-title{
		font-size: 18px;
	}
	.box1,.box4{
		padding: 60px 0;
	}
	.box2,.box3,.box5{
		padding-top: 60px;
	}
	.box5 .box-c .swiper{
		padding-bottom: 60px;
	}
	.box1 .box-c,.box3 .box-c,
	.box4 .box-c{
		margin-top: 40px;
	}
	.box2 .box-t-l .des{
		margin-top: 23px;
		font-size: 14px;
		line-height: 2;
	}
	.box2 .box-t-l .commonMore{
		margin-top: 30px;
	}
	.box2 .box-b{
		margin-top: 60px;
	}
	.box2 .box-b .list li{
		padding: 20px;
	}
}
@media (max-width:768px) {
	.box4 .box-c .list li .pic img{
		height: 280px;
	}
	.box4 .box-c .list{
		flex-wrap: wrap;
	}
	.box4 .box-c .list li:not(:last-child){
		margin-bottom: 30px;
	}
	.box4 .box-c .list li.active, .box4 .box-c .list li{
		width: 48%;
	}
	.box2 .box-t-r #map{
		display: inline-block;
	}
	.box2 .box-t{
		flex-wrap: wrap;
	}
	.box2 .box-t-r{
		width: 100%;
		max-width: 100%;
		margin-top: 25px;
		text-align: center;
	}
	.box2 .box-b{
		margin-top: 40px;
	}
	.box2 .box-t-l{
		width: 100%;
	}
	.box2 .box-b::after{
		bottom: 50%;
	}
	.box2 .box-b .list{
		flex-wrap: wrap;
	}
	.box2 .box-b .list li{
		width: 50%;
	}
	.box2 .box-b .list li:nth-child(3){
		border-left: 1px solid rgba(255, 255, 255, .2);
	}
	.box1 .box-c .boxContainer .text-box{
		padding: 20px;
	}
	.box1 .box-c .boxContainer .text-box .text-title{
		font-size: 18px;
	}
	.box1 .box-c .r-b .boxContainer .text-box .text-title{
		font-size: 16px;
	}
	.box1,.box4{
		padding: 50px 0;
	}
	.box2,.box3,.box5{
		padding-top: 50px;
	}
	.box5 .box-c .swiper{
		padding-bottom: 50px;
	}
	.box1 .box-c,.box3 .box-c,
	.box4 .box-c{
		margin-top: 35px;
	}
	.banner .swiper-pagination{
		bottom: 10px;
	}
	.banner .swiper-pagination .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.banner .btn{
		width: 30px;
		height: 30px;
		line-height: 28px;
	}
	.banner .btn .iconfont{
		font-size: 16px;
	}
	.banner .btn.btn-prev{
		left: 20px;
	}
	.banner .btn.btn-next{
		right: 20px;
	}
}
@media (max-width: 700px) {
	.box5 .box-c .swiper-slide{
		width: 100%;
	}
	.box1 .box-c{
		flex-wrap: wrap;
	}
	.box1 .box-c .l{
		width: 100%;
	}
	.box1 .box-c .l .pic img{
		height: 340px;
		object-fit: cover;
	}
	.box1 .box-c .r{
		margin-top: 20px;
		width: 100%;
	}
	.box1 .box-c .r-b{
		margin-top: 20px;
	}
}
@media (max-width:500px) {
	.box5 .box-c{
		margin-top: 40px;
	}
	.box5 .box-c .swiper-slide a{
		padding: 30px 20px;
	}
	.box5 .box-c .btns{
		left: 30px;
	}
	.box4 .box-c .list li .li-box-b{
		height: 40px;
		width: 40px;
		line-height: 38px;
	}
	.box4 .box-c .list li .pic img{
		height: 220px;
	}
	.box4 .box-c .list li.active, .box4 .box-c .list li{
		width: 100%;
	}
	.box3 .box-c .item-r-b .more{
		height: 40px;
		line-height: 40px;
		width: 40px;
	}
	.box3 .box-b::before{
		top: 10px;
		height: calc(100% - 20px);
	}
	.box2 .box-t-l .des{
		margin-top: 15px;
	}
	.box2 .box-t-l .commonMore{
		margin-top: 20px;
	}
	.box2 .box-b{
		margin-top: 20px;
	}
	.box2 .box-b .list li{
		padding: 15px;
	}
	.box2 .box-b .list li .li-r .iconfont{
		font-size: 28px;
	}
	.box2 .box-b .list li .number .counter{
		font-size: 22px;
	}
	.box1 .box-c .boxContainer img{
		height: 200px !important;
		object-fit: cover;
	}
	.box1 .box-c .r-b{
		flex-wrap: wrap;
	}
	.box1 .box-c .r-b .boxContainer{
		width: 100%;
	}
	.box1 .box-c .r,
	.box1 .box-c .r-b{
		margin-top: 15px;
	}
	.box1 .box-c .r-b .boxContainer:not(:last-child){
		margin-bottom: 15px;
	}
	.box1,.box4{
		padding: 40px 0;
	}
	.box2,.box3,.box5{
		padding-top: 40px;
	}
	.box5 .box-c .swiper{
		padding-bottom: 40px;
	}
	.box1 .box-c,.box3 .box-c,
	.box4 .box-c{
		margin-top: 30px;
	}
}